home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / pcmania / render73 / Foro / FUERTES / GALEON / VELAS.INC < prev   
Text File  |  1998-07-06  |  2KB  |  83 lines

  1. #declare vela_mayor_mayor=
  2. difference
  3. {
  4.  intersection
  5.  {
  6.   difference
  7.   {
  8.    cylinder {<110,0,100>,<110,0,-100>,120}
  9.    cylinder {<110,0,100>,<110,0,-100>,119.99}
  10.   }
  11.   box {<-40,35,60>,<40,-35,-60>}
  12.  }
  13.  cylinder  {<-340,0,0>,<40,0,0>,60 scale <.1,.1,1> translate y*-35}
  14.  texture {tela}
  15. }
  16.  
  17. #declare vela_gavia_mayor=
  18. difference
  19. {
  20.  intersection
  21.  {
  22.   difference
  23.   {
  24.    cylinder {<110,0,100>,<110,0,-100>,120}
  25.    cylinder {<110,0,100>,<110,0,-100>,119.99}
  26.   }
  27.   prism {linear_spline 40,-40 5 <35,40>,<35,-40>,<-35,-60>,<-35,60>,<35,40> rotate z*90}
  28.  }
  29.  cylinder  {<-340,0,0>,<40,0,0>,60 scale <.1,.1,1> translate y*-35}
  30.  texture {tela}
  31. }
  32.  
  33. #declare vela_mayor_trinquete=
  34. difference
  35. {
  36.  intersection
  37.  {
  38.   difference
  39.   {
  40.    cylinder {<110,0,100>,<110,0,-100>,120}
  41.    cylinder {<110,0,100>,<110,0,-100>,119.99}
  42.   }
  43.   box {<-40,32.5,50>,<40,-20,-50>}
  44.  }
  45.  cylinder  {<-340,0,0>,<40,0,0>,50 scale <.1,.1,1> translate y*-20}
  46.  texture {tela}
  47. }
  48.  
  49. #declare vela_gavia_trinquete=
  50. difference
  51. {
  52.  intersection
  53.  {
  54.   difference
  55.   {
  56.    cylinder {<110,0,100>,<110,0,-100>,120}
  57.    cylinder {<110,0,100>,<110,0,-100>,119.99}
  58.   }
  59.   prism {linear_spline 40,-40 5 <30,35>,<-30,50>,<-30,-50>,<30,-35>,<30,35> rotate z*90}
  60.  }
  61.  cylinder  {<-340,0,0>,<40,0,0>,50 scale <.1,.1,1> translate y*-30}
  62.  texture {tela}
  63. }
  64.  
  65. /*object {vela_mayor_mayor}
  66.  
  67. camera {location <-50,30,-150> look_at 0}
  68. light_source {<-300,300,-300> rgb 1}*/
  69.  
  70. #declare vela_mesana=
  71. union
  72. {
  73.  sphere {0,20 clipped_by {plane {y,0}} scale <1,.1,.1>}
  74.  sphere {0,20 clipped_by {plane {-y,0}} scale <1,.05,.1>}
  75.  
  76.  sphere {0,17.5 clipped_by {plane {y,0}} scale <1,.1,.1> translate x*37.5}
  77.  sphere {0,17.5 clipped_by {plane {-y,0}} scale <1,.05,.1> translate x*37.5}
  78.  
  79.  sphere {0,17.5 clipped_by {plane {y,0}} scale <1,.1,.1> translate x*-37.5}
  80.  sphere {0,17.5 clipped_by {plane {-y,0}} scale <1,.05,.1> translate x*-37.5}
  81.  texture {tela}
  82. }
  83.